runtime._panic.link (field)
9 uses
runtime (current package)
heapdump.go#L395: for p := gp._panic; p != nil; p = p.link {
heapdump.go#L403: dumpint(uint64(uintptr(unsafe.Pointer(p.link))))
panic.go#L662: p = p.link
panic.go#L669: if p.link != nil {
panic.go#L670: printpanics(p.link)
panic.go#L671: if !p.link.goexit {
panic.go#L844: p.link = gp._panic
panic.go#L1121: for ; p != nil && uintptr(p.startSP) < sp; p = p.link {
runtime2.go#L1017: link *_panic // link to earlier panic
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |